home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
ABUSESRC.ZIP
/
AbuseSrc
/
imlib
/
include
/
glread.hpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-04-11
|
206 b
|
11 lines
#ifndef __GLREAD_HPP_
#define __GLREAD_HPP_
#include "palette.hpp"
#include "image.hpp"
image *read_glfont(char *fn);
image *read_pic(char *fn, palette *&pal);
image *read_clp(char *fn);
#endif